sync.Once.doSlow (method)

2 uses

	sync (current package)
		once.go#L59: 		o.doSlow(f)
		once.go#L63: func (o *Once) doSlow(f func()) {